runtime.stackmap.nbit (field)

5 uses

	runtime (current package)
		stack.go#L1291: 		if stkmap.nbit > 0 {
		stack.go#L1328: 			if stackmap.nbit > 0 {
		symtab.go#L1156: 	nbit     int32   // number of bits in each bitmap
		symtab.go#L1168: 	return bitvector{stkmap.nbit, addb(&stkmap.bytedata[0], uintptr(n*((stkmap.nbit+7)>>3)))}